<HTML>
<HEAD>
<TITLE> Test Forms Document </TITLE>
</HEAD>
<BODY>
<H2> Example Form Program </H2>
<FORM METHOD="POST" ACTION="MAILTO:you@your.email.com">
<INPUT TYPE=HIDDEN NAME="form_information" VALUE="Tomais Norton Survey. Form created on 8/8/97">
<INPUT TYPE="checkbox" NAME="Own_Computer?" CHECKED> Do you own a computer? <BR>
<INPUT TYPE="checkbox" NAME="WIN_95"> Do you use Windows 95? <BR>
<BR>
<BR>
If you are a member of the Nephilim Society, please enter your password below: <BR>
<INPUT TYPE="password" NAME="password_box" SIZE=8 MAXLENGTH="8"> <BR>
<BR>
<BR>
Have you read any books by Jonathan Dee? <BR>
<INPUT TYPE="radio" NAME="Read_Dee" VALUE="Yes">Yes <BR>
<INPUT TYPE="radio" NAME="Read_Dee" VALUE="No">No <BR>
<BR>
<BR>
Would you recognize the 'yellow sign'? <BR>
<INPUT TYPE="radio" NAME="seen_yellow_sign" VALUE="Yes">Yes <BR>
<INPUT TYPE="radio" NAME="seen_yellow_sign" VALUE="No" CHECKED>No <BR>
<BR>
<BR>
<INPUT TYPE="text" NAME="namebox" VALUE="Enter your name here..." SIZE="40" MAXLENGTH="25"> <BR>
<BR>
<BR>
Have you read any of the following books? <BR>
<SELECT NAME="Book_Read" MULTIPLE SIZE="5">
<OPTION> Compendium Maleficarum
<OPTION> Middle English Literature and Its Background
<OPTION> Journal of Tomas Norton
<OPTION> The Magus
<OPTION> The Book of the Sacred Magic of Abramelin the Mage
<OPTION> The Discoverie of Witchcraft
<OPTION> The Rosicrucian Enlightenment
<OPTION> Malleus Maleficarum
</SELECT>
<BR>
<BR>
Which book was your favorite?<BR>
<SELECT NAME="Favorite_Book">
<OPTION VALUE="None_Read" SELECTED> Have not read any books
<OPTION> Compendium Maleficarum
<OPTION> Middle English Literature and Its Background
<OPTION> Journal of Tomas Norton
<OPTION> The Magus
<OPTION VALUE="Abramelin"> The Book of the Sacred Magic of Abramelin the Mage
<OPTION> The Discoverie of Witchcraft
<OPTION> The Rosicrucian Enlightenment
<OPTION> Malleus Maleficarum
</SELECT>
<BR>
<BR>
How could I improve this Website? <BR>
<TEXTAREA NAME="thoughts" ROWS="4" COLS="40"> Please enter your thoughts here...</TEXTAREA>
<BR>
<BR>
<INPUT TYPE="reset" VALUE="Clear All">
<INPUT TYPE="submit" VALUE="Send!!!" >
</FORM>
</BODY>
</HTML>